home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TATOMEDITORFORM / TATOMEDITORFORM.txt
Text File  |  1997-07-16  |  5KB  |  256 lines

  1. object AtomEditorForm: TAtomEditorForm
  2.   Left = 193
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Event Atom'
  6.   ClientHeight = 214
  7.   ClientWidth = 406
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel2: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 313
  23.     Height = 63
  24.     Shape = bsFrame
  25.   end
  26.   object llTyp: TLabel
  27.     Left = 12
  28.     Top = 7
  29.     Width = 24
  30.     Height = 13
  31.     Caption = '&Type'
  32.   end
  33.   object cb: TComboBox
  34.     Left = 9
  35.     Top = 23
  36.     Width = 294
  37.     Height = 21
  38.     Style = csDropDownList
  39.     ItemHeight = 13
  40.     TabOrder = 0
  41.     OnChange = cbChange
  42.   end
  43.   object bOK: TButton
  44.     Left = 320
  45.     Top = 8
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.   end
  53.   object bCancel: TButton
  54.     Left = 320
  55.     Top = 36
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.   end
  63.   object bHelp: TButton
  64.     Left = 320
  65.     Top = 64
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'Help'
  69.     TabOrder = 3
  70.     OnClick = bHelpClick
  71.   end
  72.   object nb: TNotebook
  73.     Left = 0
  74.     Top = 61
  75.     Width = 313
  76.     Height = 151
  77.     PageIndex = 4
  78.     TabOrder = 4
  79.     object TPage
  80.       Left = 0
  81.       Top = 0
  82.       Caption = '0'
  83.     end
  84.     object TPage
  85.       Left = 0
  86.       Top = 0
  87.       Caption = '1'
  88.       object bvl1: TBevel
  89.         Left = 0
  90.         Top = 0
  91.         Width = 313
  92.         Height = 71
  93.         Align = alTop
  94.         Shape = bsFrame
  95.       end
  96.       object lString: TLabel
  97.         Left = 12
  98.         Top = 8
  99.         Width = 3
  100.         Height = 13
  101.         FocusControl = iString
  102.       end
  103.       object iString: TEdit
  104.         Left = 9
  105.         Top = 24
  106.         Width = 294
  107.         Height = 23
  108.         Font.Charset = DEFAULT_CHARSET
  109.         Font.Color = clBlack
  110.         Font.Height = -12
  111.         Font.Name = 'Fixedsys'
  112.         Font.Style = []
  113.         ParentFont = False
  114.         TabOrder = 0
  115.       end
  116.     end
  117.     object TPage
  118.       Left = 0
  119.       Top = 0
  120.       Caption = '2'
  121.       object bvl2: TBevel
  122.         Left = 0
  123.         Top = 0
  124.         Width = 313
  125.         Height = 71
  126.         Align = alTop
  127.         Shape = bsFrame
  128.       end
  129.       object lCombo: TLabel
  130.         Left = 12
  131.         Top = 8
  132.         Width = 3
  133.         Height = 13
  134.         FocusControl = cbCombo
  135.       end
  136.       object cbCombo: TComboBox
  137.         Left = 9
  138.         Top = 24
  139.         Width = 294
  140.         Height = 21
  141.         Style = csDropDownList
  142.         ItemHeight = 13
  143.         TabOrder = 0
  144.         OnClick = cbComboClick
  145.       end
  146.     end
  147.     object TPage
  148.       Left = 0
  149.       Top = 0
  150.       Caption = '3'
  151.       object bvl3: TBevel
  152.         Left = 0
  153.         Top = 0
  154.         Width = 313
  155.         Height = 53
  156.         Align = alTop
  157.         Shape = bsFrame
  158.       end
  159.       object lSpin: TLabel
  160.         Left = 84
  161.         Top = 19
  162.         Width = 3
  163.         Height = 13
  164.         FocusControl = sSpin
  165.       end
  166.       object sSpin: TxSpinEdit
  167.         Left = 9
  168.         Top = 15
  169.         Width = 68
  170.         Height = 22
  171.         MaxValue = 0
  172.         MinValue = 0
  173.         TabOrder = 0
  174.         Value = 0
  175.         OnChange = sSpinChange
  176.       end
  177.     end
  178.     object TPage
  179.       Left = 0
  180.       Top = 0
  181.       Caption = '4'
  182.       object bvl4: TBevel
  183.         Left = 0
  184.         Top = 0
  185.         Width = 313
  186.         Height = 43
  187.         Align = alTop
  188.         Shape = bsFrame
  189.       end
  190.       object cbCheckBox: TCheckBox
  191.         Left = 11
  192.         Top = 13
  193.         Width = 294
  194.         Height = 17
  195.         TabOrder = 0
  196.         OnClick = cbCheckBoxClick
  197.       end
  198.     end
  199.     object TPage
  200.       Left = 0
  201.       Top = 0
  202.       Caption = '5'
  203.     end
  204.     object TPage
  205.       Left = 0
  206.       Top = 0
  207.       Caption = '6'
  208.     end
  209.     object TPage
  210.       Left = 0
  211.       Top = 0
  212.       Caption = '7'
  213.     end
  214.     object TPage
  215.       Left = 0
  216.       Top = 0
  217.       Caption = '8'
  218.     end
  219.     object TPage
  220.       Left = 0
  221.       Top = 0
  222.       Caption = '9'
  223.     end
  224.     object TPage
  225.       Left = 0
  226.       Top = 0
  227.       Caption = 'A'
  228.     end
  229.     object TPage
  230.       Left = 0
  231.       Top = 0
  232.       Caption = 'B'
  233.     end
  234.     object TPage
  235.       Left = 0
  236.       Top = 0
  237.       Caption = 'C'
  238.     end
  239.     object TPage
  240.       Left = 0
  241.       Top = 0
  242.       Caption = 'D'
  243.     end
  244.     object TPage
  245.       Left = 0
  246.       Top = 0
  247.       Caption = 'E'
  248.     end
  249.     object TPage
  250.       Left = 0
  251.       Top = 0
  252.       Caption = 'F'
  253.     end
  254.   end
  255. end
  256.